home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / grafix / tools / pstoedit / problems < prev    next >
Encoding:
Text File  |  1996-02-26  |  840 b   |  26 lines

  1. * ( ) in text are not handled correctly when producing flat PostScript
  2.   output. 
  3. * Pure text documents should better be translated into text flow instead
  4.   of a mess of text objects (as does pstohtml).
  5. * Non standard fonts (e.g. TeX's bitmap fonts ) are translated into Courier.
  6. * No support for special character encodings.
  7. * No support for bitmap images
  8. * Framemaker addes linewidth also to linelength. So if the linewidth is not very
  9.   small relative to the linelength the generated line will look very different 
  10.   from the original one.
  11.  
  12.   This we want:
  13.      -----------
  14.      |         |
  15.      *   *     *
  16.      |         |
  17.      -----------
  18.  
  19.   This we get:
  20.   -----------------
  21.   |               |
  22.   |  *   *     *  |
  23.   |               |
  24.   -----------------
  25.   This could be corrected by readjusting the points (substract/add line width)
  26.